home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / debugger / ddd-1.000 / ddd-1 / ddd-1.4b / ddd / SignalB.C < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-02  |  1.3 KB  |  36 lines

  1. // $Id: SignalB.C,v 1.2 1995/05/02 09:24:08 zeller Exp $ -*- C++ -*-
  2. // Block signals for the lifetime of this object (protect critical sections)
  3.  
  4. // Copyright (C) 1993 Technische Universitaet Braunschweig, Germany.
  5. // Written by Andreas Zeller (zeller@ips.cs.tu-bs.de).
  6. // 
  7. // This file is part of NORA.
  8. // 
  9. // NORA is free software; you can redistribute it and/or
  10. // modify it under the terms of the GNU General Public
  11. // License as published by the Free Software Foundation; either
  12. // version 2 of the License, or (at your option) any later version.
  13. // 
  14. // NORA is distributed in the hope that it will be useful,
  15. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  17. // See the GNU General Public License for more details.
  18. // 
  19. // You should have received a copy of the GNU General Public
  20. // License along with NORA -- see the file COPYING.
  21. // If not, write to the Free Software Foundation, Inc.,
  22. // 675 Mass Ave, Cambridge, MA 02139, USA.
  23. // 
  24. // NORA is an experimental inference-based software development
  25. // environment. Contact nora@ips.cs.tu-bs.de for details.
  26.  
  27. char SignalBlocker_rcsid[] = 
  28.     "$Id: SignalB.C,v 1.2 1995/05/02 09:24:08 zeller Exp $";
  29.  
  30. #ifdef __GNUG__
  31. #pragma implementation
  32. #endif
  33.  
  34. #include "SignalB.h"
  35.  
  36.